.UIDanhSachGopY .title h5 {
    font-weight: 700;
    font-family: 'Merriweather';
    font-size: 18px;
    line-height: 27px;
    color: #182940;
    text-align: justify;
    font-style: normal;
    margin-top: 19px;
    margin-bottom: 10px;
}
.UIDanhSachGopY {
	margin: 20px 0;
}
.UIDanhSachGopY .Search {
	  padding: 20px;
    border: 1px solid #E2E7ED;
    background: #f9f9f9;
}
.UIDanhSachGopY .tb-input {
    display: flex;
	width: 100%;
}
.UIDanhSachGopY .tb-input .input{
	width: 100%;
}
.UIDanhSachGopY .ho-ten{
	/*display: none; */
}
.UIDanhSachGopY .input input {
    outline-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    padding: 7px 10px;
    color: #182940;
    width: 95%;
    font-size: 15px;    
    margin-bottom: 20px;
    margin-right: 10px;
}
.UIDanhSachGopY .search-btn input {
  width: 120px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    height: 38px;
    border: 1px solid #F2F2F2;
    background: #0084f3;
    border-radius: 4px;
}
.UIDanhSachGopY table, .UIDanhSachGopY td{
	border: none;
}
.UIDanhSachGopY .blue{
	width: 139px;
	padding: 10px 20px;
	gap: 6px;
	border-radius: 4px;
	opacity: 0px;
	background: #1259a0;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 700;
	line-height: 16.41px;
	text-align: left;
	cursor: pointer;
	color: #ffffff;
}
.UIDanhSachGopY .blue:after{
	font-family: "Font Awesome 5 Pro";
  content: "\f178";
  padding-left: 5px;
}
.UIDanhSachGopY .response{
	margin: 10px 0;
}
.UIDanhSachGopY .response .detail{
	  font-family: "Roboto" !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: left !important;
    color: #121212 !important;
	margin: 10px 0;
}

.UIDanhSachGopY .ho-ten span.name {;    
   font-family: "Merriweather";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #1259a0;
    margin-bottom: 10px;
}
.UIDanhSachGopY .ho-ten span.date{
	font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #606368;
    display: inline;
	
}
.UIDanhSachGopY .item.danh-sach-gop-y-item {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
	
}
.UIDanhSachGopY .danh-sach-gop-y-item .gop-y{
	margin-bottom: 20px;
	background: #F3F6FB;
	border-radius: 4px;
	padding: 20px;
}
.UIDanhSachGopY .answer {
    margin-top: 20px;
}
.UIDanhSachGopY .info {
    margin: 5px 0px;
}
.UIDanhSachGopY .info.title{
	font-size: 19px !important;
	  font-weight: 600 !important;
}
.UIDanhSachGopY .info.title, .UIDanhSachGopY .reply {
   font-family: "Roboto" !important;
   font-size: 15px;
   font-weight: 400;
   line-height: 28px !important;
   text-align: left !important;
   color: #212529 !important;
   margin: 10px 0;
}
.UIDanhSachGopY a.link {
	color: #0084f3;
}

.UIDanhSachGopY tr.grid-pager table td a,  .UIDanhSachGopY tr.grid-pager table td span{
        padding: 10px 15px;
        margin: 5px !important;
    	border-radius: 3px;
}
.UIDanhSachGopY tr.grid-pager table td a
{
	background: #F6F6F6;
    border-radius: 3px !important;
    border: 1px solid #eeeeee !important;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
        margin-top: 10px;
}
.UIDanhSachGopY tr.grid-pager table td span
{
        background: #0084F3;
    	font-family: 'Roboto', sans-serif;
    	font-style: normal;
    	font-weight: 500;
    	font-size: 15px;
    	line-height: 18px;
    	text-align: center;
    	color: #FFFFFF;
}
.UIDanhSachGopY tr.grid-pager table tr td {
    width: 45px !important;
}
@media only screen and (max-width: 768px){
    .UIDanhSachGopY {
        padding: 0 16px;
        max-width: 100vw;
        border-top: none;
    }
    .UIDanhSachGopY tr.grid-pager table > tbody > tr > td {
		display: table-cell !important;
		padding: 0 !important;
	}
	.UIDanhSachGopY .tb-input{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.UIDanhSachGopY .input input{
		margin: 0;
		width: 100%;
		padding: 10px;
	}
}